Open
Conversation
There was a problem hiding this comment.
Pull request overview
This PR performs a comprehensive case inconsistency audit across the application, standardizing user-facing text from title case to sentence case. The changes improve consistency and follow modern UI text conventions.
Changes:
- Converted all page headings from title case (e.g., "Build Transaction") to sentence case (e.g., "Build transaction")
- Updated all navigation menu labels to use sentence case
- Standardized button text labels (e.g., "Add Operation" → "Add operation", "Clear Operations" → "Clear operations")
- Updated all E2E test expectations to match the new text casing
- Included auto-generated network limits data updates (unrelated to case changes)
Reviewed changes
Copilot reviewed 46 out of 46 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tests/e2e/*.test.ts (18 files) | Updated test expectations to match new sentence case UI text |
| src/constants/navItems.tsx | Changed navigation menu labels from title case to sentence case |
| src/components/SignerSelector/index.tsx | Updated "Saved Keypairs" to "Saved keypairs" |
| src/components/Home/Slider.tsx | Updated button label to sentence case |
| src/components/Home/Networks.tsx | Updated button label to sentence case |
| src/app/(sidebar)/*/page.tsx (15 files) | Changed page headings from title case to sentence case |
| src/app/(sidebar)/transaction/build/components/*.tsx | Updated button labels to sentence case |
| src/constants/networkLimits.ts | Auto-generated network limits data updates (unrelated to case changes) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Preview is available here: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.